Version

SyncableObservableCollection<T1,T2> Class

An observable collection that can sync with another of a different type.
Syntax
'Declaration
 
Public Class SyncableObservableCollection
    (Of T1,T2) 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of T1)
public class SyncableObservableCollection<T1,T2> : System.Collections.ObjectModel.ObservableCollection<T1> 
Type Parameters
T1
The type of objects stored inside the collection.
T2
The type of objects this collection will sync with.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also